GroupDescriptions Property
In This Topic
Gets the group description collection.
Syntax
'Declaration
ReadOnly Property GroupDescriptions As System.Collections.Generic.IList(Of GroupDescription)
'Usage
Dim instance As IItemsSource(Of T)
Dim value As System.Collections.Generic.IList(Of GroupDescription)
value = instance.GroupDescriptions
System.Collections.Generic.IList<GroupDescription> GroupDescriptions {get;}
read-only property GroupDescriptions: System.Collections.Generic.IList;
function get GroupDescriptions : System.Collections.Generic.IList
__property System.Collections.Generic.IList<GroupDescription*>* get_GroupDescriptions();
property System.Collections.Generic.IList<GroupDescription^>^ GroupDescriptions {
System.Collections.Generic.IList<GroupDescription^>^ get();
}
See Also